From: Michal Orzel Date: Mon, 24 Oct 2022 12:04:43 +0000 (+0200) Subject: automation: Explicitly enable NULL scheduler for boot-cpupools test X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~102 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=aef07fd1868455e572b46b3e88e2679414b07214;p=xen.git automation: Explicitly enable NULL scheduler for boot-cpupools test NULL scheduler is not enabled by default on non-debug Xen builds. This causes the boot time cpupools test to fail on such build jobs. Fix the issue by explicitly specifying the config options required to enable the NULL scheduler. Fixes: 36e3f4158778 ("automation: Add a new job for testing boot time cpupools on arm64") Signed-off-by: Michal Orzel Reviewed-by: Stefano Stabellini Release-acked-by: Henry Wang --- diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index ddc2234faf..716ee0b1e4 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -582,6 +582,9 @@ alpine-3.12-gcc-arm64-boot-cpupools: variables: CONTAINER: alpine:3.12-arm64v8 EXTRA_XEN_CONFIG: | + CONFIG_EXPERT=y + CONFIG_UNSUPPORTED=y + CONFIG_SCHED_NULL=y CONFIG_BOOT_TIME_CPUPOOLS=y ## Test artifacts common